chore: modernized demos with modern bundler setup and TypeScript#164
chore: modernized demos with modern bundler setup and TypeScript#164tomayac merged 3 commits intosqlite:mainfrom
Conversation
|
It does look a lot more complete 👍 |
|
I don't need it but, eventually, if someone else request it, they might be interested in more documentation about the exec method, which is rather complicated. |
|
Feel free make concrete suggestions for the exec docs. AFAIK every aspect of it is covered in the API docs. (Yes, it is too complicated - one of my definite design regrets in that API, but the alternative would have been to have different methods for different types of queries, which early development showed was even more confusing.) |
|
I would make a post somewhere if I had time, but it's time consuming and I have thousands of todos 😅 I figured out what I wanted, but:
I'd say some examples of the different options and interactions would help 🤷♂️ In the current state, it's one of these things where you have to try it for yourself, log the response and see what's going on Personally, I don't need it, I'm done adapting to the new system (as far as I know) |
I've modernized the demos a tiny bit, they now use Vite & TypeScript 😄
I've built this on top of the oxfmt PR, that's why its included in here as well 😄